home *** CD-ROM | disk | other *** search
/ SGI Hot Mix 8 / Hot Mix 8.iso / .all / demos / ICS / builder / collections / Radio.col (.txt) < prev    next >
Text File  |  1994-06-22  |  443b  |  28 lines

  1. /*
  2.  * Generated by the ICS builderXcessory (BX).
  3.  *
  4.  *
  5.  * Builder Xcessory 3.0.
  6.  *
  7.  */
  8. module main_uil
  9. version = 'V1.0'
  10. names = case_sensitive
  11.  
  12. object RowColumn3 : XmRowColumn widget {
  13.     arguments {
  14.         XmNpacking = 2; 
  15.         XmNradioBehavior = 1; 
  16.         XmNradioAlwaysOne = 1; 
  17.         XmNx = 0; 
  18.         XmNy = 0; 
  19.         XmNwidth = 10; 
  20.         XmNheight = 10; 
  21.     };
  22.     controls {
  23.     };
  24.     callbacks {
  25.     };
  26. };
  27. end module;
  28.